Html Css Color HEX #BBD30B Rio Grande

📋 copy color: '#BBD30B'

red 187 ◦ green 211 ◦ blue 11

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

Shades of Rio Grande #BBD30B

Tints of Rio Grande #BBD30B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 51.59%

 BLUE value IS 11 (4.69% from 255) = 2.69%

R = 45.72%
G = 51.59%
B = 2.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#BBD30B (or 0xBBD30B) is known color: Rio Grande. HEX triplet: BB, D3 and 0B. RGB value is (187,211,11). Sum of RGB (Red+Green+Blue) = 187+211+11=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 211 (82.81% from 255 or 51.59% from 409); Blue value is 11 (4.69% from 255 or 2.69% from 409); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD30B is #442CF4. Grayscale: #B5B5B5. Windows color (decimal): -4467957 or 775099. OLE color: 775099.

HSL color Cylindrical-coordinate representation of color #BBD30B: hue angle of 67.2º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBD30B is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 211 11 -
CMYK 0.11 0 0.95 0.17
HSL 67.2º 0.9% 0.44% -
HSV(B) 67.2º 0.95% 0.83% -
XYZ 43.85 57.18 9.04 -
YUV 181.02 32.05 132.26 -
System Red Green Blue C M Y K H S L
Decimal 187 211 11 0.11 0 0.95 0.17 67.2 0.9 0.44
Hex BB D3 B B 0 5F 11 43 5A 2C
Octal 273 323 13 13 0 137 21 103 132 54
Binary 10111011 11010011 1011 1011 0 1011111 10001 1000011 1011010 101100

Color Harmonies of #BBD30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD30B

Black with #BBD30B

Text Example


Text Example

White with #BBD30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD30B; }

 p { color: rgb(187,211,11); }

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

background-color css

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

 a { background-color: rgb(187,211,11); }

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

border-color css

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

 span { border-color: rgb(187,211,11); }

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