Html Css Color HEX #BBC62A Rio Grande

📋 copy color: '#BBC62A'

red 187 ◦ green 198 ◦ blue 42

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

Shades of Rio Grande #BBC62A

Tints of Rio Grande #BBC62A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.37%

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

R = 43.79%
G = 46.37%
B = 9.84%

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

#BBC62A (or 0xBBC62A) is known color: Rio Grande. HEX triplet: BB, C6 and 2A. RGB value is (187,198,42). Sum of RGB (Red+Green+Blue) = 187+198+42=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 198 (77.73% from 255 or 46.37% from 427); Blue value is 42 (16.80% from 255 or 9.84% from 427); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC62A is #4439D5. Grayscale: #B1B1B1. Windows color (decimal): -4471254 or 2803387. OLE color: 2803387.

HSL color Cylindrical-coordinate representation of color #BBC62A: hue angle of 64.23º 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 #BBC62A is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 198 42 -
CMYK 0.06 0 0.79 0.22
HSL 64.23º 0.65% 0.47% -
HSV(B) 64.23º 0.79% 0.78% -
XYZ 41.11 51.12 9.89 -
YUV 176.93 51.86 135.18 -
System Red Green Blue C M Y K H S L
Decimal 187 198 42 0.06 0 0.79 0.22 64.23 0.65 0.47
Hex BB C6 2A 6 0 4F 16 40 41 2F
Octal 273 306 52 6 0 117 26 100 101 57
Binary 10111011 11000110 101010 110 0 1001111 10110 1000000 1000001 101111

Color Harmonies of #BBC62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC62A

Black with #BBC62A

Text Example


Text Example

White with #BBC62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC62A; }

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

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

background-color css

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

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

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

border-color css

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

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

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