Html Css Color HEX #BCD318 Rio Grande

📋 copy color: '#BCD318'

red 188 ◦ green 211 ◦ blue 24

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

Shades of Rio Grande #BCD318

Tints of Rio Grande #BCD318

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.88%

 BLUE value IS 24 (9.77% from 255) = 5.67%

R = 44.44%
G = 49.88%
B = 5.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#BCD318 (or 0xBCD318) is known color: Rio Grande. HEX triplet: BC, D3 and 18. RGB value is (188,211,24). Sum of RGB (Red+Green+Blue) = 188+211+24=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 211 (82.81% from 255 or 49.88% from 423); Blue value is 24 (9.77% from 255 or 5.67% from 423); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD318 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD318 is #432CE7. Grayscale: #B7B7B7. Windows color (decimal): -4402408 or 1627068. OLE color: 1627068.

HSL color Cylindrical-coordinate representation of color #BCD318: hue angle of 67.38º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCD318 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 211 24 -
CMYK 0.11 0 0.89 0.17
HSL 67.38º 0.8% 0.46% -
HSV(B) 67.38º 0.89% 0.83% -
XYZ 44.2 57.35 9.6 -
YUV 182.81 38.38 131.71 -
System Red Green Blue C M Y K H S L
Decimal 188 211 24 0.11 0 0.89 0.17 67.38 0.8 0.46
Hex BC D3 18 B 0 59 11 43 50 2E
Octal 274 323 30 13 0 131 21 103 120 56
Binary 10111100 11010011 11000 1011 0 1011001 10001 1000011 1010000 101110

Color Harmonies of #BCD318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD318

Black with #BCD318

Text Example


Text Example

White with #BCD318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD318; }

 p { color: rgb(188,211,24); }

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

background-color css

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

 a { background-color: rgb(188,211,24); }

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

border-color css

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

 span { border-color: rgb(188,211,24); }

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