Html Css Color HEX #BBD612 Rio Grande

📋 copy color: '#BBD612'

red 187 ◦ green 214 ◦ blue 18

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

Shades of Rio Grande #BBD612

Tints of Rio Grande #BBD612

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.07%

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

R = 44.63%
G = 51.07%
B = 4.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#BBD612 (or 0xBBD612) is known color: Rio Grande. HEX triplet: BB, D6 and 12. RGB value is (187,214,18). Sum of RGB (Red+Green+Blue) = 187+214+18=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 214 (83.98% from 255 or 51.07% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD612 is #4429ED. Grayscale: #B8B8B8. Windows color (decimal): -4467182 or 1234619. OLE color: 1234619.

HSL color Cylindrical-coordinate representation of color #BBD612: hue angle of 68.27º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBD612 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 214 18 -
CMYK 0.13 0 0.92 0.16
HSL 68.27º 0.84% 0.45% -
HSV(B) 68.27º 0.92% 0.84% -
XYZ 44.65 58.7 9.55 -
YUV 183.58 34.55 130.44 -
System Red Green Blue C M Y K H S L
Decimal 187 214 18 0.13 0 0.92 0.16 68.27 0.84 0.45
Hex BB D6 12 D 0 5C 10 44 54 2D
Octal 273 326 22 15 0 134 20 104 124 55
Binary 10111011 11010110 10010 1101 0 1011100 10000 1000100 1010100 101101

Color Harmonies of #BBD612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD612

Black with #BBD612

Text Example


Text Example

White with #BBD612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD612; }

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

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

background-color css

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

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

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

border-color css

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

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

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