Html Css Color HEX #BCC41E Rio Grande

📋 copy color: '#BCC41E'

red 188 ◦ green 196 ◦ blue 30

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

Shades of Rio Grande #BCC41E

Tints of Rio Grande #BCC41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.25%

R = 45.41%
G = 47.34%
B = 7.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#BCC41E (or 0xBCC41E) is known color: Rio Grande. HEX triplet: BC, C4 and 1E. RGB value is (188,196,30). Sum of RGB (Red+Green+Blue) = 188+196+30=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 30 (12.11% from 255 or 7.25% from 414); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC41E is #433BE1. Grayscale: #AFAFAF. Windows color (decimal): -4406242 or 2016444. OLE color: 2016444.

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

Color convert

RGB 188 196 30 -
CMYK 0.04 0 0.85 0.23
HSL 62.89º 0.73% 0.44% -
HSV(B) 62.89º 0.85% 0.77% -
XYZ 40.71 50.26 8.78 -
YUV 174.68 46.35 137.5 -
System Red Green Blue C M Y K H S L
Decimal 188 196 30 0.04 0 0.85 0.23 62.89 0.73 0.44
Hex BC C4 1E 4 0 55 17 3F 49 2C
Octal 274 304 36 4 0 125 27 77 111 54
Binary 10111100 11000100 11110 100 0 1010101 10111 111111 1001001 101100

Color Harmonies of #BCC41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC41E

Black with #BCC41E

Text Example


Text Example

White with #BCC41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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