Html Css Color HEX #BBC72A Rio Grande

📋 copy color: '#BBC72A'

red 187 ◦ green 199 ◦ blue 42

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

Shades of Rio Grande #BBC72A

Tints of Rio Grande #BBC72A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.5%

 BLUE value IS 42 (16.8% from 255) = 9.81%

R = 43.69%
G = 46.5%
B = 9.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#BBC72A (or 0xBBC72A) is known color: Rio Grande. HEX triplet: BB, C7 and 2A. RGB value is (187,199,42). Sum of RGB (Red+Green+Blue) = 187+199+42=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 199 (78.12% from 255 or 46.50% from 428); Blue value is 42 (16.80% from 255 or 9.81% from 428); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC72A is #4438D5. Grayscale: #B2B2B2. Windows color (decimal): -4470998 or 2803643. OLE color: 2803643.

HSL color Cylindrical-coordinate representation of color #BBC72A: hue angle of 64.59º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BBC72A is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 199 42 -
CMYK 0.06 0 0.79 0.22
HSL 64.59º 0.65% 0.47% -
HSV(B) 64.59º 0.79% 0.78% -
XYZ 41.33 51.58 9.97 -
YUV 177.51 51.52 134.77 -
System Red Green Blue C M Y K H S L
Decimal 187 199 42 0.06 0 0.79 0.22 64.59 0.65 0.47
Hex BB C7 2A 6 0 4F 16 41 41 2F
Octal 273 307 52 6 0 117 26 101 101 57
Binary 10111011 11000111 101010 110 0 1001111 10110 1000001 1000001 101111

Color Harmonies of #BBC72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC72A

Black with #BBC72A

Text Example


Text Example

White with #BBC72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC72A; }

 p { color: rgb(187,199,42); }

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

background-color css

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

 a { background-color: rgb(187,199,42); }

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

border-color css

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

 span { border-color: rgb(187,199,42); }

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