Html Css Color HEX #BCC127 Rio Grande

📋 copy color: '#BCC127'

red 188 ◦ green 193 ◦ blue 39

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

Shades of Rio Grande #BCC127

Tints of Rio Grande #BCC127

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.95%

 BLUE value IS 39 (15.63% from 255) = 9.29%

R = 44.76%
G = 45.95%
B = 9.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#BCC127 (or 0xBCC127) is known color: Rio Grande. HEX triplet: BC, C1 and 27. RGB value is (188,193,39). Sum of RGB (Red+Green+Blue) = 188+193+39=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 39 (15.62% from 255 or 9.29% from 420); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC127 is #433ED8. Grayscale: #AEAEAE. Windows color (decimal): -4407001 or 2605500. OLE color: 2605500.

HSL color Cylindrical-coordinate representation of color #BCC127: hue angle of 61.95º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCC127 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 193 39 -
CMYK 0.03 0 0.80 0.24
HSL 61.95º 0.66% 0.45% -
HSV(B) 61.95º 0.8% 0.76% -
XYZ 40.18 48.98 9.26 -
YUV 173.95 51.84 138.02 -
System Red Green Blue C M Y K H S L
Decimal 188 193 39 0.03 0 0.80 0.24 61.95 0.66 0.45
Hex BC C1 27 3 0 50 18 3E 42 2D
Octal 274 301 47 3 0 120 30 76 102 55
Binary 10111100 11000001 100111 11 0 1010000 11000 111110 1000010 101101

Color Harmonies of #BCC127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC127

Black with #BCC127

Text Example


Text Example

White with #BCC127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC127; }

 p { color: rgb(188,193,39); }

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

background-color css

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

 a { background-color: rgb(188,193,39); }

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

border-color css

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

 span { border-color: rgb(188,193,39); }

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