Html Css Color HEX #BCC22A Rio Grande

📋 copy color: '#BCC22A'

red 188 ◦ green 194 ◦ blue 42

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

Shades of Rio Grande #BCC22A

Tints of Rio Grande #BCC22A

RGB

 RED value IS 188 (73.83% from 255) = 44.34%

 GREEN value IS 194 (76.17% from 255) = 45.75%

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

R = 44.34%
G = 45.75%
B = 9.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#BCC22A (or 0xBCC22A) is known color: Rio Grande. HEX triplet: BC, C2 and 2A. RGB value is (188,194,42). Sum of RGB (Red+Green+Blue) = 188+194+42=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 42 (16.80% from 255 or 9.91% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC22A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC22A is #433DD5. Grayscale: #AFAFAF. Windows color (decimal): -4406742 or 2802364. OLE color: 2802364.

HSL color Cylindrical-coordinate representation of color #BCC22A: hue angle of 62.37º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCC22A is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 194 42 -
CMYK 0.03 0 0.78 0.24
HSL 62.37º 0.64% 0.46% -
HSV(B) 62.37º 0.78% 0.76% -
XYZ 40.45 49.44 9.6 -
YUV 174.88 53.01 137.36 -
System Red Green Blue C M Y K H S L
Decimal 188 194 42 0.03 0 0.78 0.24 62.37 0.64 0.46
Hex BC C2 2A 3 0 4E 18 3E 40 2E
Octal 274 302 52 3 0 116 30 76 100 56
Binary 10111100 11000010 101010 11 0 1001110 11000 111110 1000000 101110

Color Harmonies of #BCC22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC22A

Black with #BCC22A

Text Example


Text Example

White with #BCC22A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC22A; }

 p { color: rgb(188,194,42); }

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

background-color css

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

 a { background-color: rgb(188,194,42); }

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

border-color css

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

 span { border-color: rgb(188,194,42); }

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