Html Css Color HEX #BBD21B Rio Grande

📋 copy color: '#BBD21B'

red 187 ◦ green 210 ◦ blue 27

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

Shades of Rio Grande #BBD21B

Tints of Rio Grande #BBD21B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.53%

 BLUE value IS 27 (10.94% from 255) = 6.37%

R = 44.1%
G = 49.53%
B = 6.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#BBD21B (or 0xBBD21B) is known color: Rio Grande. HEX triplet: BB, D2 and 1B. RGB value is (187,210,27). Sum of RGB (Red+Green+Blue) = 187+210+27=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 210 (82.42% from 255 or 49.53% from 424); Blue value is 27 (10.94% from 255 or 6.37% from 424); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD21B is #442DE4. Grayscale: #B6B6B6. Windows color (decimal): -4468197 or 1823419. OLE color: 1823419.

HSL color Cylindrical-coordinate representation of color #BBD21B: hue angle of 67.54º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBD21B is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 210 27 -
CMYK 0.11 0 0.87 0.18
HSL 67.54º 0.77% 0.46% -
HSV(B) 67.54º 0.87% 0.82% -
XYZ 43.74 56.74 9.68 -
YUV 182.26 40.38 131.38 -
System Red Green Blue C M Y K H S L
Decimal 187 210 27 0.11 0 0.87 0.18 67.54 0.77 0.46
Hex BB D2 1B B 0 57 12 44 4D 2E
Octal 273 322 33 13 0 127 22 104 115 56
Binary 10111011 11010010 11011 1011 0 1010111 10010 1000100 1001101 101110

Color Harmonies of #BBD21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD21B

Black with #BBD21B

Text Example


Text Example

White with #BBD21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD21B; }

 p { color: rgb(187,210,27); }

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

background-color css

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

 a { background-color: rgb(187,210,27); }

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

border-color css

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

 span { border-color: rgb(187,210,27); }

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