Html Css Color HEX #BBD01E Rio Grande

📋 copy color: '#BBD01E'

red 187 ◦ green 208 ◦ blue 30

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

Shades of Rio Grande #BBD01E

Tints of Rio Grande #BBD01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.06%

R = 44%
G = 48.94%
B = 7.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#BBD01E (or 0xBBD01E) is known color: Rio Grande. HEX triplet: BB, D0 and 1E. RGB value is (187,208,30). Sum of RGB (Red+Green+Blue) = 187+208+30=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 30 (12.11% from 255 or 7.06% from 425); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD01E is #442FE1. Grayscale: #B6B6B6. Windows color (decimal): -4468706 or 2019515. OLE color: 2019515.

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

Color convert

RGB 187 208 30 -
CMYK 0.10 0 0.86 0.18
HSL 67.08º 0.75% 0.47% -
HSV(B) 67.08º 0.86% 0.82% -
XYZ 43.28 55.77 9.71 -
YUV 181.43 42.54 131.97 -
System Red Green Blue C M Y K H S L
Decimal 187 208 30 0.10 0 0.86 0.18 67.08 0.75 0.47
Hex BB D0 1E A 0 56 12 43 4B 2F
Octal 273 320 36 12 0 126 22 103 113 57
Binary 10111011 11010000 11110 1010 0 1010110 10010 1000011 1001011 101111

Color Harmonies of #BBD01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD01E

Black with #BBD01E

Text Example


Text Example

White with #BBD01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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