Html Css Color HEX #BBCC25 Rio Grande

📋 copy color: '#BBCC25'

red 187 ◦ green 204 ◦ blue 37

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

Shades of Rio Grande #BBCC25

Tints of Rio Grande #BBCC25

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.66%

 BLUE value IS 37 (14.84% from 255) = 8.64%

R = 43.69%
G = 47.66%
B = 8.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#BBCC25 (or 0xBBCC25) is known color: Rio Grande. HEX triplet: BB, CC and 25. RGB value is (187,204,37). Sum of RGB (Red+Green+Blue) = 187+204+37=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 37 (14.84% from 255 or 8.64% from 428); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC25 is #4433DA. Grayscale: #B4B4B4. Windows color (decimal): -4469723 or 2477243. OLE color: 2477243.

HSL color Cylindrical-coordinate representation of color #BBCC25: hue angle of 66.11º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBCC25 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 204 37 -
CMYK 0.08 0 0.82 0.2
HSL 66.11º 0.69% 0.47% -
HSV(B) 66.11º 0.82% 0.8% -
XYZ 42.42 53.88 9.92 -
YUV 179.88 47.37 133.08 -
System Red Green Blue C M Y K H S L
Decimal 187 204 37 0.08 0 0.82 0.2 66.11 0.69 0.47
Hex BB CC 25 8 0 52 14 42 45 2F
Octal 273 314 45 10 0 122 24 102 105 57
Binary 10111011 11001100 100101 1000 0 1010010 10100 1000010 1000101 101111

Color Harmonies of #BBCC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC25

Black with #BBCC25

Text Example


Text Example

White with #BBCC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC25; }

 p { color: rgb(187,204,37); }

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

background-color css

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

 a { background-color: rgb(187,204,37); }

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

border-color css

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

 span { border-color: rgb(187,204,37); }

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