Html Css Color HEX #BCC31B Rio Grande

📋 copy color: '#BCC31B'

red 188 ◦ green 195 ◦ blue 27

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

Shades of Rio Grande #BCC31B

Tints of Rio Grande #BCC31B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.56%

 BLUE value IS 27 (10.94% from 255) = 6.59%

R = 45.85%
G = 47.56%
B = 6.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#BCC31B (or 0xBCC31B) is known color: Rio Grande. HEX triplet: BC, C3 and 1B. RGB value is (188,195,27). Sum of RGB (Red+Green+Blue) = 188+195+27=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 27 (10.94% from 255 or 6.59% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC31B is #433CE4. Grayscale: #AEAEAE. Windows color (decimal): -4406501 or 1819580. OLE color: 1819580.

HSL color Cylindrical-coordinate representation of color #BCC31B: hue angle of 62.5º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCC31B is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 27 -
CMYK 0.04 0 0.86 0.24
HSL 62.5º 0.76% 0.44% -
HSV(B) 62.5º 0.86% 0.76% -
XYZ 40.45 49.8 8.52 -
YUV 173.76 45.18 138.16 -
System Red Green Blue C M Y K H S L
Decimal 188 195 27 0.04 0 0.86 0.24 62.5 0.76 0.44
Hex BC C3 1B 4 0 56 18 3F 4C 2C
Octal 274 303 33 4 0 126 30 77 114 54
Binary 10111100 11000011 11011 100 0 1010110 11000 111111 1001100 101100

Color Harmonies of #BCC31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC31B

Black with #BCC31B

Text Example


Text Example

White with #BCC31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC31B; }

 p { color: rgb(188,195,27); }

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

background-color css

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

 a { background-color: rgb(188,195,27); }

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

border-color css

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

 span { border-color: rgb(188,195,27); }

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