Html Css Color HEX #BBD021 Rio Grande

📋 copy color: '#BBD021'

red 187 ◦ green 208 ◦ blue 33

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

Shades of Rio Grande #BBD021

Tints of Rio Grande #BBD021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.71%

R = 43.69%
G = 48.6%
B = 7.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#BBD021 (or 0xBBD021) is known color: Rio Grande. HEX triplet: BB, D0 and 21. RGB value is (187,208,33). Sum of RGB (Red+Green+Blue) = 187+208+33=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 208 (81.64% from 255 or 48.60% from 428); Blue value is 33 (13.28% from 255 or 7.71% from 428); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD021 is #442FDE. Grayscale: #B6B6B6. Windows color (decimal): -4468703 or 2216123. OLE color: 2216123.

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

Color convert

RGB 187 208 33 -
CMYK 0.10 0 0.84 0.18
HSL 67.2º 0.73% 0.47% -
HSV(B) 67.2º 0.84% 0.82% -
XYZ 43.32 55.79 9.92 -
YUV 181.77 44.04 131.73 -
System Red Green Blue C M Y K H S L
Decimal 187 208 33 0.10 0 0.84 0.18 67.2 0.73 0.47
Hex BB D0 21 A 0 54 12 43 49 2F
Octal 273 320 41 12 0 124 22 103 111 57
Binary 10111011 11010000 100001 1010 0 1010100 10010 1000011 1001001 101111

Color Harmonies of #BBD021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD021

Black with #BBD021

Text Example


Text Example

White with #BBD021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD021; }

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

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

background-color css

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

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

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

border-color css

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

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

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