Html Css Color HEX #BCCD1D Rio Grande

📋 copy color: '#BCCD1D'

red 188 ◦ green 205 ◦ blue 29

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

Shades of Rio Grande #BCCD1D

Tints of Rio Grande #BCCD1D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 48.58%

 BLUE value IS 29 (11.72% from 255) = 6.87%

R = 44.55%
G = 48.58%
B = 6.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#BCCD1D (or 0xBCCD1D) is known color: Rio Grande. HEX triplet: BC, CD and 1D. RGB value is (188,205,29). Sum of RGB (Red+Green+Blue) = 188+205+29=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 29 (11.72% from 255 or 6.87% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD1D is #4332E2. Grayscale: #B4B4B4. Windows color (decimal): -4403939 or 1953212. OLE color: 1953212.

HSL color Cylindrical-coordinate representation of color #BCCD1D: hue angle of 65.8º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCCD1D is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 29 -
CMYK 0.08 0 0.86 0.20
HSL 65.8º 0.75% 0.46% -
HSV(B) 65.8º 0.86% 0.8% -
XYZ 42.79 54.44 9.42 -
YUV 179.85 42.87 133.81 -
System Red Green Blue C M Y K H S L
Decimal 188 205 29 0.08 0 0.86 0.20 65.8 0.75 0.46
Hex BC CD 1D 8 0 56 14 42 4B 2E
Octal 274 315 35 10 0 126 24 102 113 56
Binary 10111100 11001101 11101 1000 0 1010110 10100 1000010 1001011 101110

Color Harmonies of #BCCD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD1D

Black with #BCCD1D

Text Example


Text Example

White with #BCCD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD1D; }

 p { color: rgb(188,205,29); }

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

background-color css

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

 a { background-color: rgb(188,205,29); }

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

border-color css

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

 span { border-color: rgb(188,205,29); }

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