Html Css Color HEX #BFCD1C Rio Grande

📋 copy color: '#BFCD1C'

red 191 ◦ green 205 ◦ blue 28

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

Shades of Rio Grande #BFCD1C

Tints of Rio Grande #BFCD1C

RGB

 RED value IS 191 (75% from 255) = 45.05%

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

 BLUE value IS 28 (11.33% from 255) = 6.6%

R = 45.05%
G = 48.35%
B = 6.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#BFCD1C (or 0xBFCD1C) is known color: Rio Grande. HEX triplet: BF, CD and 1C. RGB value is (191,205,28). Sum of RGB (Red+Green+Blue) = 191+205+28=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 205 (80.47% from 255 or 48.35% from 424); Blue value is 28 (11.33% from 255 or 6.60% from 424); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCD1C is #4032E3. Grayscale: #B5B5B5. Windows color (decimal): -4207332 or 1887679. OLE color: 1887679.

HSL color Cylindrical-coordinate representation of color #BFCD1C: hue angle of 64.75º degrees, saturation: 0.76, 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 #BFCD1C is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 205 28 -
CMYK 0.07 0 0.86 0.20
HSL 64.75º 0.76% 0.46% -
HSV(B) 64.75º 0.86% 0.8% -
XYZ 43.53 54.82 9.39 -
YUV 180.64 41.86 135.39 -
System Red Green Blue C M Y K H S L
Decimal 191 205 28 0.07 0 0.86 0.20 64.75 0.76 0.46
Hex BF CD 1C 7 0 56 14 41 4C 2E
Octal 277 315 34 7 0 126 24 101 114 56
Binary 10111111 11001101 11100 111 0 1010110 10100 1000001 1001100 101110

Color Harmonies of #BFCD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD1C

Black with #BFCD1C

Text Example


Text Example

White with #BFCD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD1C; }

 p { color: rgb(191,205,28); }

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

background-color css

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

 a { background-color: rgb(191,205,28); }

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

border-color css

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

 span { border-color: rgb(191,205,28); }

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