Html Css Color HEX #BBD114 Rio Grande

📋 copy color: '#BBD114'

red 187 ◦ green 209 ◦ blue 20

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

Shades of Rio Grande #BBD114

Tints of Rio Grande #BBD114

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.24%

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

R = 44.95%
G = 50.24%
B = 4.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#BBD114 (or 0xBBD114) is known color: Rio Grande. HEX triplet: BB, D1 and 14. RGB value is (187,209,20). Sum of RGB (Red+Green+Blue) = 187+209+20=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 209 (82.03% from 255 or 50.24% from 416); Blue value is 20 (8.20% from 255 or 4.81% from 416); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD114 is #442EEB. Grayscale: #B5B5B5. Windows color (decimal): -4468460 or 1364411. OLE color: 1364411.

HSL color Cylindrical-coordinate representation of color #BBD114: hue angle of 66.98º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBD114 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 209 20 -
CMYK 0.11 0 0.90 0.18
HSL 66.98º 0.83% 0.45% -
HSV(B) 66.98º 0.9% 0.82% -
XYZ 43.42 56.22 9.22 -
YUV 180.88 37.21 132.37 -
System Red Green Blue C M Y K H S L
Decimal 187 209 20 0.11 0 0.90 0.18 66.98 0.83 0.45
Hex BB D1 14 B 0 5A 12 43 53 2D
Octal 273 321 24 13 0 132 22 103 123 55
Binary 10111011 11010001 10100 1011 0 1011010 10010 1000011 1010011 101101

Color Harmonies of #BBD114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD114

Black with #BBD114

Text Example


Text Example

White with #BBD114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD114; }

 p { color: rgb(187,209,20); }

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

background-color css

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

 a { background-color: rgb(187,209,20); }

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

border-color css

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

 span { border-color: rgb(187,209,20); }

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