Html Css Color HEX #BBD512 Rio Grande

📋 copy color: '#BBD512'

red 187 ◦ green 213 ◦ blue 18

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

Shades of Rio Grande #BBD512

Tints of Rio Grande #BBD512

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.96%

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

R = 44.74%
G = 50.96%
B = 4.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#BBD512 (or 0xBBD512) is known color: Rio Grande. HEX triplet: BB, D5 and 12. RGB value is (187,213,18). Sum of RGB (Red+Green+Blue) = 187+213+18=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 213 (83.59% from 255 or 50.96% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD512 is #442AED. Grayscale: #B7B7B7. Windows color (decimal): -4467438 or 1234363. OLE color: 1234363.

HSL color Cylindrical-coordinate representation of color #BBD512: hue angle of 68º 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 #BBD512 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 213 18 -
CMYK 0.12 0 0.92 0.16
HSL 68º 0.84% 0.45% -
HSV(B) 68º 0.92% 0.84% -
XYZ 44.4 58.2 9.47 -
YUV 183 34.89 130.86 -
System Red Green Blue C M Y K H S L
Decimal 187 213 18 0.12 0 0.92 0.16 68 0.84 0.45
Hex BB D5 12 C 0 5C 10 44 54 2D
Octal 273 325 22 14 0 134 20 104 124 55
Binary 10111011 11010101 10010 1100 0 1011100 10000 1000100 1010100 101101

Color Harmonies of #BBD512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD512

Black with #BBD512

Text Example


Text Example

White with #BBD512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD512; }

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

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

background-color css

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

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

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

border-color css

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

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

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