Html Css Color HEX #BBCA25 Rio Grande

📋 copy color: '#BBCA25'

red 187 ◦ green 202 ◦ blue 37

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

Shades of Rio Grande #BBCA25

Tints of Rio Grande #BBCA25

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.42%

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

R = 43.9%
G = 47.42%
B = 8.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#BBCA25 (or 0xBBCA25) is known color: Rio Grande. HEX triplet: BB, CA and 25. RGB value is (187,202,37). Sum of RGB (Red+Green+Blue) = 187+202+37=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 37 (14.84% from 255 or 8.69% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCA25 is #4435DA. Grayscale: #B3B3B3. Windows color (decimal): -4470235 or 2476731. OLE color: 2476731.

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

Color convert

RGB 187 202 37 -
CMYK 0.07 0 0.82 0.21
HSL 65.45º 0.69% 0.47% -
HSV(B) 65.45º 0.82% 0.79% -
XYZ 41.95 52.94 9.76 -
YUV 178.71 48.03 133.92 -
System Red Green Blue C M Y K H S L
Decimal 187 202 37 0.07 0 0.82 0.21 65.45 0.69 0.47
Hex BB CA 25 7 0 52 15 41 45 2F
Octal 273 312 45 7 0 122 25 101 105 57
Binary 10111011 11001010 100101 111 0 1010010 10101 1000001 1000101 101111

Color Harmonies of #BBCA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCA25

Black with #BBCA25

Text Example


Text Example

White with #BBCA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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