Html Css Color HEX #BCC11B Rio Grande

📋 copy color: '#BCC11B'

red 188 ◦ green 193 ◦ blue 27

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

Shades of Rio Grande #BCC11B

Tints of Rio Grande #BCC11B

RGB

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

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

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

R = 46.08%
G = 47.3%
B = 6.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#BCC11B (or 0xBCC11B) is known color: Rio Grande. HEX triplet: BC, C1 and 1B. RGB value is (188,193,27). Sum of RGB (Red+Green+Blue) = 188+193+27=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 27 (10.94% from 255 or 6.62% from 408); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC11B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC11B is #433EE4. Grayscale: #ADADAD. Windows color (decimal): -4407013 or 1819068. OLE color: 1819068.

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

Color convert

RGB 188 193 27 -
CMYK 0.03 0 0.86 0.24
HSL 61.81º 0.75% 0.43% -
HSV(B) 61.81º 0.86% 0.76% -
XYZ 40.01 48.91 8.37 -
YUV 172.58 45.84 139 -
System Red Green Blue C M Y K H S L
Decimal 188 193 27 0.03 0 0.86 0.24 61.81 0.75 0.43
Hex BC C1 1B 3 0 56 18 3E 4B 2B
Octal 274 301 33 3 0 126 30 76 113 53
Binary 10111100 11000001 11011 11 0 1010110 11000 111110 1001011 101011

Color Harmonies of #BCC11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC11B

Black with #BCC11B

Text Example


Text Example

White with #BCC11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC11B; }

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

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

background-color css

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

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

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

border-color css

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

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

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