Html Css Color HEX #B0C115 Rio Grande

📋 copy color: '#B0C115'

red 176 ◦ green 193 ◦ blue 21

#B0C115
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #B0C115

Tints of Rio Grande #B0C115

RGB

 RED value IS 176 (69.14% from 255) = 45.13%

 GREEN value IS 193 (75.78% from 255) = 49.49%

 BLUE value IS 21 (8.59% from 255) = 5.38%

R = 45.13%
G = 49.49%
B = 5.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B0C115 (or 0xB0C115) is known color: Rio Grande. HEX triplet: B0, C1 and 15. RGB value is (176,193,21). Sum of RGB (Red+Green+Blue) = 176+193+21=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 193 (75.78% from 255 or 49.49% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C115 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C115 is #4F3EEA. Grayscale: #A8A8A8. Windows color (decimal): -5193451 or 1425840. OLE color: 1425840.

HSL color Cylindrical-coordinate representation of color #B0C115: hue angle of 65.93º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0C115 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 193 21 -
CMYK 0.09 0 0.89 0.24
HSL 65.93º 0.8% 0.42% -
HSV(B) 65.93º 0.89% 0.76% -
XYZ 37.11 47.42 7.91 -
YUV 168.31 44.87 133.49 -
System Red Green Blue C M Y K H S L
Decimal 176 193 21 0.09 0 0.89 0.24 65.93 0.8 0.42
Hex B0 C1 15 9 0 59 18 42 50 2A
Octal 260 301 25 11 0 131 30 102 120 52
Binary 10110000 11000001 10101 1001 0 1011001 11000 1000010 1010000 101010

Color Harmonies of #B0C115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C115

Black with #B0C115

Text Example


Text Example

White with #B0C115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C115; }

 p { color: rgb(176,193,21); }

 H1.HeaderClassName
 {
   color: #B0C115;
 }
 .AnyTagClassName
 {
   color: #B0C115;
 }
</style>

background-color css

<style>
 a { background-color: #B0C115; }

 a { background-color: rgb(176,193,21); }

 div.DivClassName
 {
   background-color: #B0C115;
 }
 .BgClassName
 {
   background-color: #B0C115;
 }
</style>

border-color css

<style>
 span { border-color: #B0C115; }

 span { border-color: rgb(176,193,21); }

 td.TdClassName
 {
   border-color: #B0C115;
 }
 .TagClassName
 {
   border-color: #B0C115;
 }
</style>