Html Css Color HEX #B0C814 Rio Grande

📋 copy color: '#B0C814'

red 176 ◦ green 200 ◦ blue 20

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

Shades of Rio Grande #B0C814

Tints of Rio Grande #B0C814

RGB

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

 GREEN value IS 200 (78.52% from 255) = 50.51%

 BLUE value IS 20 (8.2% from 255) = 5.05%

R = 44.44%
G = 50.51%
B = 5.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#B0C814 (or 0xB0C814) is known color: Rio Grande. HEX triplet: B0, C8 and 14. RGB value is (176,200,20). Sum of RGB (Red+Green+Blue) = 176+200+20=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 200 (78.52% from 255 or 50.51% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C814 is #4F37EB. Grayscale: #ADADAD. Windows color (decimal): -5191660 or 1362096. OLE color: 1362096.

HSL color Cylindrical-coordinate representation of color #B0C814: hue angle of 68º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0C814 is Cyan = 0.12, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 200 20 -
CMYK 0.12 0 0.9 0.22
HSL 68º 0.82% 0.43% -
HSV(B) 68º 0.9% 0.78% -
XYZ 38.69 50.59 8.39 -
YUV 172.3 42.05 130.64 -
System Red Green Blue C M Y K H S L
Decimal 176 200 20 0.12 0 0.9 0.22 68 0.82 0.43
Hex B0 C8 14 C 0 5A 16 44 52 2B
Octal 260 310 24 14 0 132 26 104 122 53
Binary 10110000 11001000 10100 1100 0 1011010 10110 1000100 1010010 101011

Color Harmonies of #B0C814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C814

Black with #B0C814

Text Example


Text Example

White with #B0C814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C814; }

 p { color: rgb(176,200,20); }

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

background-color css

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

 a { background-color: rgb(176,200,20); }

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

border-color css

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

 span { border-color: rgb(176,200,20); }

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