Html Css Color HEX #BBC812 Rio Grande

📋 copy color: '#BBC812'

red 187 ◦ green 200 ◦ blue 18

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

Shades of Rio Grande #BBC812

Tints of Rio Grande #BBC812

RGB

 RED value IS 187 (73.44% from 255) = 46.17%

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

 BLUE value IS 18 (7.42% from 255) = 4.44%

R = 46.17%
G = 49.38%
B = 4.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#BBC812 (or 0xBBC812) is known color: Rio Grande. HEX triplet: BB, C8 and 12. RGB value is (187,200,18). Sum of RGB (Red+Green+Blue) = 187+200+18=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 200 (78.52% from 255 or 49.38% from 405); Blue value is 18 (7.42% from 255 or 4.44% from 405); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC812 is #4437ED. Grayscale: #B0B0B0. Windows color (decimal): -4470766 or 1231035. OLE color: 1231035.

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

Color convert

RGB 187 200 18 -
CMYK 0.06 0 0.91 0.22
HSL 64.29º 0.83% 0.43% -
HSV(B) 64.29º 0.91% 0.78% -
XYZ 41.26 51.92 8.42 -
YUV 175.37 39.19 136.3 -
System Red Green Blue C M Y K H S L
Decimal 187 200 18 0.06 0 0.91 0.22 64.29 0.83 0.43
Hex BB C8 12 6 0 5B 16 40 53 2B
Octal 273 310 22 6 0 133 26 100 123 53
Binary 10111011 11001000 10010 110 0 1011011 10110 1000000 1010011 101011

Color Harmonies of #BBC812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC812

Black with #BBC812

Text Example


Text Example

White with #BBC812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC812; }

 p { color: rgb(187,200,18); }

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

background-color css

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

 a { background-color: rgb(187,200,18); }

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

border-color css

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

 span { border-color: rgb(187,200,18); }

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