Html Css Color HEX #BBD017 Rio Grande

📋 copy color: '#BBD017'

red 187 ◦ green 208 ◦ blue 23

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

Shades of Rio Grande #BBD017

Tints of Rio Grande #BBD017

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.76%

 BLUE value IS 23 (9.38% from 255) = 5.5%

R = 44.74%
G = 49.76%
B = 5.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#BBD017 (or 0xBBD017) is known color: Rio Grande. HEX triplet: BB, D0 and 17. RGB value is (187,208,23). Sum of RGB (Red+Green+Blue) = 187+208+23=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 208 (81.64% from 255 or 49.76% from 418); Blue value is 23 (9.38% from 255 or 5.50% from 418); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD017 is #442FE8. Grayscale: #B5B5B5. Windows color (decimal): -4468713 or 1560763. OLE color: 1560763.

HSL color Cylindrical-coordinate representation of color #BBD017: hue angle of 66.81º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBD017 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 23 -
CMYK 0.10 0 0.89 0.18
HSL 66.81º 0.8% 0.45% -
HSV(B) 66.81º 0.89% 0.82% -
XYZ 43.2 55.74 9.29 -
YUV 180.63 39.04 132.54 -
System Red Green Blue C M Y K H S L
Decimal 187 208 23 0.10 0 0.89 0.18 66.81 0.8 0.45
Hex BB D0 17 A 0 59 12 43 50 2D
Octal 273 320 27 12 0 131 22 103 120 55
Binary 10111011 11010000 10111 1010 0 1011001 10010 1000011 1010000 101101

Color Harmonies of #BBD017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD017

Black with #BBD017

Text Example


Text Example

White with #BBD017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD017; }

 p { color: rgb(187,208,23); }

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

background-color css

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

 a { background-color: rgb(187,208,23); }

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

border-color css

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

 span { border-color: rgb(187,208,23); }

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