Html Css Color HEX #BCC42B Rio Grande

📋 copy color: '#BCC42B'

red 188 ◦ green 196 ◦ blue 43

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

Shades of Rio Grande #BCC42B

Tints of Rio Grande #BCC42B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.9%

 BLUE value IS 43 (17.19% from 255) = 10.07%

R = 44.03%
G = 45.9%
B = 10.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#BCC42B (or 0xBCC42B) is known color: Rio Grande. HEX triplet: BC, C4 and 2B. RGB value is (188,196,43). Sum of RGB (Red+Green+Blue) = 188+196+43=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 43 (17.19% from 255 or 10.07% from 427); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC42B is #433BD4. Grayscale: #B0B0B0. Windows color (decimal): -4406229 or 2868412. OLE color: 2868412.

HSL color Cylindrical-coordinate representation of color #BCC42B: hue angle of 63.14º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BCC42B is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 196 43 -
CMYK 0.04 0 0.78 0.23
HSL 63.14º 0.64% 0.47% -
HSV(B) 63.14º 0.78% 0.77% -
XYZ 40.92 50.35 9.85 -
YUV 176.17 52.85 136.44 -
System Red Green Blue C M Y K H S L
Decimal 188 196 43 0.04 0 0.78 0.23 63.14 0.64 0.47
Hex BC C4 2B 4 0 4E 17 3F 40 2F
Octal 274 304 53 4 0 116 27 77 100 57
Binary 10111100 11000100 101011 100 0 1001110 10111 111111 1000000 101111

Color Harmonies of #BCC42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC42B

Black with #BCC42B

Text Example


Text Example

White with #BCC42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC42B; }

 p { color: rgb(188,196,43); }

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

background-color css

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

 a { background-color: rgb(188,196,43); }

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

border-color css

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

 span { border-color: rgb(188,196,43); }

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