Html Css Color HEX #BCC41F Rio Grande

📋 copy color: '#BCC41F'

red 188 ◦ green 196 ◦ blue 31

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

Shades of Rio Grande #BCC41F

Tints of Rio Grande #BCC41F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.47%

R = 45.3%
G = 47.23%
B = 7.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#BCC41F (or 0xBCC41F) is known color: Rio Grande. HEX triplet: BC, C4 and 1F. RGB value is (188,196,31). Sum of RGB (Red+Green+Blue) = 188+196+31=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 31 (12.5% from 255 or 7.47% from 415); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC41F is #433BE0. Grayscale: #AFAFAF. Windows color (decimal): -4406241 or 2081980. OLE color: 2081980.

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

Color convert

RGB 188 196 31 -
CMYK 0.04 0 0.84 0.23
HSL 62.91º 0.73% 0.45% -
HSV(B) 62.91º 0.84% 0.77% -
XYZ 40.73 50.27 8.85 -
YUV 174.8 46.85 137.42 -
System Red Green Blue C M Y K H S L
Decimal 188 196 31 0.04 0 0.84 0.23 62.91 0.73 0.45
Hex BC C4 1F 4 0 54 17 3F 49 2D
Octal 274 304 37 4 0 124 27 77 111 55
Binary 10111100 11000100 11111 100 0 1010100 10111 111111 1001001 101101

Color Harmonies of #BCC41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC41F

Black with #BCC41F

Text Example


Text Example

White with #BCC41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC41F; }

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

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

background-color css

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

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

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

border-color css

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

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

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